Bounded<'value>Record
PackageReified.Refinements
A value paired with the inclusive interval it is known to lie within.
Fields
| Name | Type | Description |
|---|---|---|
| Value | this.Value | Returns the underlying value, which always lies within the bounds. |
| Bounds | this.Bounds | Returns the interval the value is constrained to. |
| BoundedValue | BoundedValue | No description available. |
| BoundsValue | BoundsValue | No description available. |